/* 公共 */
.bgimg-wrapper{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hover-big-imgwrapper{
  height: 100%;
  overflow: hidden;
}
@media(min-width: 992px){
  .hover-big-imgwrapper .bgimg-wrapper{
    transition: 1s;
  }
  .hover-big-imgwrapper:hover .bgimg-wrapper{
    transform: scale(1.1);
  }
}

/* 业务-集团介绍 */
.business-wrapper .img-wrapper{
  display: none;
}
.business-wrapper .title{
  font-size: 20px;
  margin-bottom: 15px;
}
.business-wrapper .content > *{
  margin-bottom: 10px;
}
.business-wrapper .more{
  margin-top: 20px;
}
.business-wrapper .more .btn{
  border-color: #308484;
  color: #308484;
  line-height: 20px;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 0;
}
.business-wrapper .more .btn:hover{
  background: #308484;
  color: white;
}
.intro-wrapper .con-wrapper{
  line-height: 2;
}
.intro-wrapper .content > *{
  margin-bottom: 1.2em;
}

@media(min-width: 992px){
  .business-wrapper{
    box-shadow: 0 0 5px 2px rgba(0,0,0,.08);
  }
  .business-wrapper .img-wrapper{
    display: block;
    height: 100%;
  }
  .business-wrapper .con-wrapper{
    padding: 40px 30px 40px 0;
  }
  .business-wrapper .more{
    margin-top: 30px;
  }
  .business-wrapper .more .btn{
    padding: 10px 25px;
    font-size: 15px;
  }
  .intro-wrapper .con-wrapper{
    padding: 40px 0 40px 30px;
  }
}

@media(min-width: 1200px){
  .business-wrapper .title{
    font-size: 24px;
  }
  .business-wrapper .con-wrapper{
    padding: 60px 45px 60px 15px;
  }
  .intro-wrapper .con-wrapper{
    padding: 60px 0 60px 45px;
  }
}

@media(min-width: 1620px){
  .business-wrapper .title{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .business-wrapper .con-wrapper{
    padding: 70px 60px 70px 30px;
  }
  .business-wrapper .more{
    margin-top: 40px;
  }
  .business-wrapper .more .btn{
    padding: 12px 30px;
    font-size: 16px;
  }
  .intro-wrapper .con-wrapper{
    padding: 70px 0 70px 60px;
  }
}


/* 走进爱洁-总裁致辞 */
.speech-wrapper{
  position: relative;
  color: rgba(255,255,255,.8);
}
.speech-wrapper::after{
  position: absolute;
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
}
.speech-wrapper .container{
  position: relative;
  z-index: 2;
}
.speech-wrapper .title-02{
  color: white;
}
.speech-wrapper .con-wrapper > *{
  margin-bottom: 1.5em;
}

/* 走进爱洁-企业文化 */
.culture-wrapper .col-12{
  margin-bottom: 15px;
}
.culture-wrapper .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.08);
  padding: 30px 5px 20px 5px;
  height: 100%;
  min-height: 230px;
  transition: .3s;
}
.culture-wrapper .icon-wrapper .iconfont{
  font-size: 36px;
  color: #308484;
  line-height: 1;
}
.culture-wrapper .title{
  font-size: 20px;
  margin: 10px 0;
}
.culture-wrapper .des{
  text-align: center;
  line-height: 1.6;
  opacity: .8;
}

@media(min-width: 768px){
  .culture-wrapper .row{
    margin-left: 7px;
    margin-right: 7px;
  }
  .culture-wrapper .col-12{
    padding-left: 7px;
    padding-right: 7px;
  }
  .culture-wrapper .icon-wrapper .iconfont{
    font-size: 28px;
  }
  .culture-wrapper .title{
    font-size: 18px;
  }
  .culture-wrapper .des{
    font-size: 12px;
  }
}

@media(min-width: 992px){
  .culture-wrapper .row{
    margin-left: 12px;
    margin-right: 12px;
  }
  .culture-wrapper .col-12{
    padding-left: 12px;
    padding-right: 12px;
  }
  .culture-wrapper .item{
    padding: 30px 10px 40px 10px;
  }
  .culture-wrapper .item:hover{
    box-shadow: 0 0 5px 2px rgba(0,0,0,.15);
    cursor: default;
  }
  .culture-wrapper .icon-wrapper .iconfont{
    font-size: 36px;
  }
  .culture-wrapper .title{
    font-size: 20px;
  }
  .culture-wrapper .des{
    font-size: 13px;
  }
}

@media(min-width: 1200px){
  .culture-wrapper .row{
    margin-left: 15px;
    margin-right: 15px;
  }
  .culture-wrapper .col-12{
    padding-left: 15px;
    padding-right: 15px;
  }
  .culture-wrapper .item{
    padding: 45px 20px 55px 20px;
  }
  .culture-wrapper .item:hover{
    box-shadow: 0 0 5px 2px rgba(0,0,0,.15);
    cursor: default;
  }
  .culture-wrapper .icon-wrapper .iconfont{
    font-size: 42px;
  }
  .culture-wrapper .title{
    font-size: 22px;
  }
  .culture-wrapper .des{
    font-size: 14px;
  }
}

@media(min-width: 1620px){
  .culture-wrapper .item{
    padding: 65px 25px 65px 25px;
  }
  .culture-wrapper .item:hover{
    box-shadow: 0 0 5px 2px rgba(0,0,0,.15);
    cursor: default;
  }
  .culture-wrapper .icon-wrapper .iconfont{
    font-size: 50px;
  }
  .culture-wrapper .title{
    font-size: 24px;
    margin: 20px 0 15px 0;
  }
  .culture-wrapper .des{
    font-size: 15px;
  }
}

/* 联系方式 */
.contact-wrapper .con-wrapper .title{
  font-size: 18px;
  font-weight: bold;
  color: #308484;
  margin-bottom: 0.5em;
}
.contact-wrapper .con-wrapper *{
  margin-bottom: .3em;
}
.contact-wrapper .img-wrapper{
  display: flex;
  margin-top: 20px;
}
.contact-wrapper .img-wrapper img{
  margin-bottom: 5px;
}
iframe{
  width: 100%;
  height: 320px;
}

@media(min-width:992px){
  .contact-wrapper .con-wrapper .title{
    font-size: 20px;
  }
  .contact-wrapper .con-wrapper *{
    margin-bottom: .5em;
  }
  iframe{
    height: 470px;
  }
}

/* 加入我们 */
.jion-wrapper .con-wrapper{
  margin-top: 30px;
}
.jion-wrapper .item{
  margin-bottom: 15px;
}
.jion-wrapper .img-wrapper{
  position: relative;
}
.jion-wrapper .img-wrapper .bgimg-wrapper{
  height: 0;
  padding-top: 60%;
}
.jion-wrapper .title{
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -30px;
  display: flex;
  justify-content: center;
  background: rgba(48, 132, 132, .9);
  padding: 20px 0;
  line-height: 20px;
  color: white;
  font-size: 18px;
}
.jion-wrapper .iconfont{
  font-size: 30px;
  padding-right: 10px;
}

@media(min-width: 992px) {
  .jion-wrapper .con-wrapper{
    margin-top: 60px;
  }
  .jion-wrapper .item{
    margin-bottom: 0;
  }
  .jion-wrapper .img-wrapper .bgimg-wrapper{
    padding-top: 65%;
  }
  .jion-wrapper .title{
    margin-top: -65px;
    padding: 55px 0;
    font-size: 24px;
  }
  .jion-wrapper .iconfont{
    font-size: 46px;
  }
}

/* 客服 */
.side-service-wrapper{
  position: fixed;
  z-index: 99;
  right: 15px;
  bottom: 10px;
}
.side-service-wrapper .item{
  position: relative;
  display: none;
}
.side-service-wrapper .item.top{
  display: block;
  cursor: pointer;
  opacity: 0;
  transition: .3s;
}
.side-service-wrapper .item.top.show{
  opacity: 1;
}
.side-service-wrapper .item .icon-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 56px;
  height: 56px;
  background: rgba(255,255,255,.5);
  box-shadow: 0 0 5px 2px rgba(0,0,0,.08);
  transition: .3s;
}
.side-service-wrapper .item .icon-wrapper .iconfont{
  font-size: 26px;
  color: rgba(0,0,0,.6);
}
.side-service-wrapper .item:hover .icon-wrapper .iconfont{
  color: rgba(0,0,0,.6);
}
.side-service-wrapper .item .con-wrapper{
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  padding-right: 5px;
  color: white;
}
.side-service-wrapper .item:hover .con-wrapper{
  display: block;
}
.side-service-wrapper .item .con-wrapper a{
  color: white;
}
.side-service-wrapper .item .con-wrapper .content{
  background: #308484;
  min-width: 240px;
  height: 100%;
  font-weight: bold;
}
.side-service-wrapper .item .con-wrapper .content .title{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 15px;
}

/* 微信 */
.side-service-wrapper .item.wechat .con-wrapper .content{
  min-width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
  height: auto;
}
.side-service-wrapper .item.wechat .con-wrapper .content .text{
  font-weight: normal;
  font-size: 14px;
  margin-top: 8px;
}
.side-service-wrapper .item.wechat .con-wrapper .content {}

@media (min-width: 992px) {
  .side-service-wrapper{
    top: 50%;
    margin-top: -100px;
  }
  .side-service-wrapper .item{
    display: block;
  }
  .side-service-wrapper .item .icon-wrapper{
    background: white;
  }
  .side-service-wrapper .item:hover .icon-wrapper{
    background: #308484;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
  }
  .side-service-wrapper .item:hover .icon-wrapper .iconfont{
    color: white;
  }
}

/* 单页视频 */
.video-wrapper{
  margin: 30px auto;
  width: 100%;
  max-width: 760px;
}
.video-wrapper video{
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  /* 单页视频 */
  .video-wrapper{
    margin: 50px auto;
  }
}